combobox: Correct the CSS node docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 2 Mar 2016 20:20:47 +0000 (15:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 2 Mar 2016 20:20:47 +0000 (15:20 -0500)
The box was somehow overlooked in the diagrams.

gtk/gtkcombobox.c
gtk/gtkcomboboxtext.c

index e3d61a94a56a452e9008457728d56b857050e3ea..911046bc90d90935468075d9cad732e97bc19d4a 100644 (file)
@@ -95,8 +95,9 @@
  * combobox
  * ├── box.linked
  * │   ╰── button.combo
- * │       ├── cellview
- * │       ╰── arrow
+ * │       ╰── box
+ * │           ├── cellview
+ * │           ╰── arrow
  * ╰── window.popup
  * ]|
  *
  * ├── box.linked
  * │   ├── entry.combo
  * │   ╰── button.combo
- * │       ╰── arrow
+ * │       ╰── box
+ * │           ╰── arrow
  * ╰── window.popup
  * ]|
  *
index 12447e79f00c05936e12db8278a5666fe71f8cb8..4b15c04028431efedd93eaa9edeeb0cb94d061f3 100644 (file)
  * # CSS nodes
  *
  * |[<!-- language="plain" -->
- * combobox.linked
- * ├── entry.combo
- * ├── button.combo
- * ╰── window.popup
+ * combobox
+ * ╰── box.linked
+ *     ├── entry.combo
+ *     ├── button.combo
+ *     ╰── window.popup
  * ]|
  *
  * GtkComboBoxText has a single CSS node with name combobox. It adds
  * the style class .combo to the main CSS nodes of its entry and button
- * children, and the .linked class to the main node.
+ * children, and the .linked class to the node of its internal box.
  */
 
 static void     gtk_combo_box_text_buildable_interface_init     (GtkBuildableIface *iface);